home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscDragViews / English.lproj / MiscViewsPalette.nib / data.classes next >
Encoding:
Text File  |  1995-10-16  |  943 b   |  27 lines

  1. MiscViewsPalette = {OUTLETS = {well1 = well1; well2 = well2; }; SUPERCLASS = IBPalette; };
  2. MiscIconWell = {
  3.     ACTIONS = {"concludeDragOperation:" = "concludeDragOperation:"; }; 
  4.     OUTLETS = {filename = filename; }; 
  5.     SUPERCLASS = MiscDragView; 
  6. };
  7. MiscImageDragView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = MiscDragView; };
  8. MiscDragView = {
  9.     ACTIONS = {
  10.     "concludeDragOperation:" = "concludeDragOperation:"; 
  11.     "draggingExited:" = "draggingExited:"; 
  12.     "takeStringValueFrom:" = "takeStringValueFrom:"; 
  13.     }; 
  14.     OUTLETS = {delegate = delegate; target = target; theImage = theImage; }; 
  15.     SUPERCLASS = View; 
  16. };
  17. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  18. MiscDVInspector = {
  19.     ACTIONS = {
  20.     "borderChanged:" = "borderChanged:"; 
  21.     "optionsChanged:" = "optionsChanged:"; 
  22.     "revert:" = "revert:"; 
  23.     }; 
  24.     OUTLETS = {borderMatrix = borderMatrix; optionMatrix = optionMatrix; }; 
  25.     SUPERCLASS = IBInspector; 
  26. };
  27.